home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Freeware
/
Adobe Air 1.5
/
AdobeAIRInstaller.exe
/
setup.swf
/
scripts
/
mx
/
controls
/
IFlexContextMenu.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-10-29
|
268 b
|
13 lines
package mx.controls
{
import flash.display.InteractiveObject;
public interface IFlexContextMenu
{
function setContextMenu(param1:InteractiveObject) : void;
function unsetContextMenu(param1:InteractiveObject) : void;
}
}